Version

y Property

Returns the current y coordinate of the mouse in relation to the window. The current y coordinate.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_y() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropMoveEventArgs.get_y();
See Also